home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 5 / CD_Magazyn_EXEC_nr_5.iso / eXec / Krotkie opisy / Programy / XADMaster / xad_CAB.readme < prev    next >
Text File  |  2001-02-18  |  2KB  |  51 lines

  1. Short:    Cabinet (CAB) xadmaster client
  2. Author:   Kyzer/CSG <kyzer@4u.net> et al
  3. Uploader: Kyzer/CSG <kyzer@4u.net>
  4. Type:     dev/src
  5. Requires: util/arc/xadmaster.lha
  6.  
  7. --- About this archive ---
  8.  
  9. This archive contains 68000, 68020 and 68040 optimised versions of the
  10. CAB client for Dirk Stoecker's XAD system - util/arc/xadmaster.lha - and
  11. also includes the source code to this client.
  12.  
  13. To install, unpack this archive somewhere and double click on the Install
  14. icon. The appropriate version of the client will automatically be
  15. installed.
  16.  
  17. --- License ---
  18.  
  19. This program is free software; you can redistribute it and/or modify it
  20. under the terms of the GNU General Public License as published by the Free
  21. Software Foundation; either version 2 of the License, or (at your option)
  22. any later version.
  23.  
  24. This program is distributed in the hope that it will be useful, but WITHOUT
  25. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  26. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  27. more details.
  28.  
  29. You should have received a copy of the GNU General Public License along
  30. with this program; if not, write to the Free Software Foundation, Inc., 675
  31. Mass Ave, Cambridge, MA 02139, USA.
  32.  
  33. --- About the client ---
  34.  
  35. This client lets XAD view and extract Microsoft Cabinet (.cab) files, and
  36. self-extracting executable forms of cabinets (.exe). If you suspect that an
  37. executable contains a cabinet file in it, but cannot open the executable in
  38. XAD, then use the "exe2arc" command provided with XAD to scan for one.
  39.  
  40. The cabinet format, and MSZIP/LZX compression formats are described in the
  41. documents CABFMT.DOC, LZXFMT.DOC and MSZIPFMT.DOC in the CAB SDK, which is
  42. (C) 1997 Microsoft Corporation. MSZIP is a modification of the inflate and
  43. deflate methods created by Phil Katz. LZX was created by Johnathan Forbes
  44. and Tomi Poutanen. The MSZIP part of this client was written for me by Dirk
  45. Stoecker, who based it on code from InfoZip's free UnZip utility.
  46.  
  47. The CAB format has four known compression formats - NONE, MSZIP, QUANTUM
  48. and LZX. Currently, nothing much is known about Quantum. If you are
  49. comfortable disassembling Intel x86 code back into C code, then please
  50. contact me at <kyzer@4u.net>
  51.